home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 817 b | 57 lines | [TEXT/MPS ] |
- // MAApp.h
- // Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
- // MacApp document header files.
-
- #ifndef __MAAPP__
- #define __MAAPP__
-
- // Conditional Macros (include before any other headers)
-
- #ifndef __MACONDITIONALMACROS__
- #include "MAConditionalMacros.h"
- #endif
-
- // MacApp Core
-
- #ifndef __MACORE__
- #include "MACore.h"
- #endif
-
- // MacApp Framework
-
- #ifndef __MAFRAMEWORK__
- #include "MAFramework.h"
- #endif
-
- // MacApp Documents
-
- #ifndef __MADOCS__
- #include "MADocs.h"
- #endif
-
- // MacApp Views
-
- #ifndef __MAVIEWS__
- #include "MAViews.h"
- #endif
-
- // MacApp Application
-
- #ifndef __UAPPLICATION__
- #include "UApplication.h"
- #endif
-
- #ifndef __UDEBUGVIEW__
- #include "UDebugView.h"
- #endif
-
- #ifndef __UPERFORM__
- #include "UPerform.h"
- #endif
-
- #ifndef __UVUASSIST__
- #include "UVUAssist.h"
- #endif
-
- #endif // __MAAPP__
-